home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / pendekar.swf / scripts / DefineButton2_735 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-08  |  102b  |  5 lines

  1. on(release){
  2.    _root.sfx = !_root.sfx ? true : false;
  3.    sfx.text = !_root.sfx ? "OFF" : "ON";
  4. }
  5.